public class LicensingService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String
|
SDK_VERSION
DRM SDK will be part of Appstore SDK.
|
| Constructor and Description |
|---|
LicensingService()
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String
|
getAppstoreSDKMode()
If Mode is SANDBOX, the SDK is running in Sandbox mode,
which only allows interactions with the Amazon
AppTester.
|
static
RequestId
|
verifyLicense(android.content.Context appContext,
LicensingListener licensingListener)
Initiates a request to retrieve the license of the
currently logged-in user.
|
public static final java.lang.String SDK_VERSION
public static RequestId verifyLicense(android.content.Context appContext, LicensingListener licensingListener)
public static java.lang.String getAppstoreSDKMode()